RowGroups Property (TransposedGrid<T>)
In This Topic
Gets the Transposedgrid's row collection.
Syntax
'Declaration
Public Overridable ReadOnly Property RowGroups As System.Collections.Generic.IList(Of TransposedGridRow)
'Usage
Dim instance As TransposedGrid(Of T)
Dim value As System.Collections.Generic.IList(Of TransposedGridRow)
value = instance.RowGroups
public virtual System.Collections.Generic.IList<TransposedGridRow> RowGroups {get;}
public read-only property RowGroups: System.Collections.Generic.IList; virtual;
public function get RowGroups : System.Collections.Generic.IList
public: __property virtual System.Collections.Generic.IList<TransposedGridRow*>* get_RowGroups();
public:
virtual property System.Collections.Generic.IList<TransposedGridRow^>^ RowGroups {
System.Collections.Generic.IList<TransposedGridRow^>^ get();
}
See Also